runtime.mheap.sysAlloc (method)
3 uses
runtime (current package)
arena.go#L1014: v, size := h.sysAlloc(userArenaChunkBytes, hintList, &mheap_.userArenaArenas)
malloc.go#L651: func (h *mheap) sysAlloc(n uintptr, hintList **arenaHint, arenaList *[]arenaIdx) (v unsafe.Pointer, size uintptr) {
mheap.go#L1566: av, asize := h.sysAlloc(ask, &h.arenaHints, &h.heapArenas)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)